home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man white.swf / scripts / DefineSprite_58 / frame_59 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  92 b   |  8 lines

  1. stop();
  2. tellTarget("/")
  3. {
  4.    newLife = true;
  5.    gotoAndStop("Restart");
  6.    play();
  7. }
  8.